Skip to content

Properties for BusinessProcess

View property list in alphabetical order.

Name Description Defining Class
Allow_Cancel_State Specifies whether the status panel will support a Cancel button Allow_Cancel_State specifies whether the status panel will support a Cancel button. BusinessProcess
Display_Error_State Determines whether errors that occur in a BusinessProcess are displayed BusinessProcess
Error_Count Keeps track of errors encountered during process Error_Count keeps track of errors encountered during process. BusinessProcess
Main_DD Identifies the DataDictionary object that controls the database file, the data from which is central to this object's function BusinessProcess
Process_Caption Caption-bar text for status panel Process_Caption is the caption-bar text for status panel (see status-panel docs). BusinessProcess
Process_Message Message that appears in status panel Process_Message is the message that appears in status panel (see status-panel docs). BusinessProcess
Process_Title Title that appears in status panel Process_Title is the title that appears in status panel (see status-panel docs). BusinessProcess
Status_Log_Id When Log_Status is sent, it directs the message to status_log_ID Object ID of status-log object. BusinessProcess
Status_Log_State Determines if automatic status logging occurs Set this property true if you want automatic status logging (to status-log object) to occur when process starts, stops, and when an error occurs. BusinessProcess
Status_Panel_State Determines if a status panel should be presented Status_Panel_State determines if a status panel should be presented. BusinessProcess
Status_Params BusinessProcess

Inherited Properties from cObject

Name Description Defining Class
Child_Count Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. cObject
Delegation_Mode Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. cObject
Name Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. cObject
Object_Id Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. cObject
Object_Label Returns the short name of an object Object_Label returns the short name of the object using the Name property. cObject
Parent Returns the parent of an object The Parent property returns parent object handle of an object. cObject
peNeighborhood Determines how an object and its descendents participate in object neighborhood referencing cObject