Status_Log_State - BusinessProcess
Determines if automatic status logging occurs
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Status_Log_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Status_Log_State to IntegerVariable |
| Write Access: | Set Status_Log_State to IntegerVariable/Value |
Description
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.
This property only affects automatic logging (start process, stop process, and error logging). The program can log messages at any time by sending the messages log_status, start_log, end_log and error_log_status.
Default is false.