Enum LoggingEventType
public enum LoggingEventType
Fields
Diagnostic | Event is raised for when diagnostic information is written to the log. |
OnError | Event is raised when an error is encountered. |
OnExecStatusChanged | Event is raised when the execution status changes. |
OnInformation | Event is raised when any information is posted to the output log. |
OnPostExecute | Event is raised just after the execution of the parent task is completed. |
OnPostValidate | Event is raised just after the validation of the parent task is completed. |
OnPreExecute | Event is raised just before the execution of the parent task is started. |
OnPreValidate | Event is raised just before the validation of the parent task is started. |
OnProgress | Event is raised when any progress is posted to the output log. |
OnQueryCancel | Event is raised when a query is canceled. |
OnTaskFailed | Event is raised when the parent task fails. |
OnVariableValueChanged | Event is raised on changes to any variable that is configured to raise an event on changes. |
OnWarning | Event is raised when a warning is encountered. |