Skip to content

Status_Log_State - BasicReport

Determines if automatic status logging will occur when process starts, stops, and when an error 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 Status_Log_State 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 status_log, start_log, stop_log and error_log_status.