of_isdisabled


pfcapsrv.pbl   >   pfc_n_cst_tmgsingle   >   of_isdisabled   

Full name pfc_n_cst_tmgsingle.of_isdisabled
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_isdisabled()

Name Datatype
No Data

Name Datatype
No Data

public function boolean of_isdisabled ();//////////////////////////////////////////////////////////////////////////////
//
//	Function: of_IsDisabled
//
//	Access: 	public
//
//	Arguments: None
//
//	Returns:
//	Boolean : True = the service is disabled , False = the service is not
//
//	Description:
//	Returns the 'disabled state' of the service. 
//
//	Note:
//	If disabled then the service is not sending notifications to the objects 
//	that have registered with it.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

Return ib_disabled
end function

     
Name Owner
pfc_n_cst_tmgsingle.pfc_timer pfc_n_cst_tmgsingle

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data