Skip to main content

Enum LoggingEventType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum LoggingEventType

Fields

FieldsDescription
DiagnosticEvent is raised for when diagnostic information is written to the log.
OnErrorEvent is raised when an error is encountered.
OnExecStatusChangedEvent is raised when the execution status changes.
OnInformationEvent is raised when any information is posted to the output log.
OnPostExecuteEvent is raised just after the execution of the parent task is completed.
OnPostValidateEvent is raised just after the validation of the parent task is completed.
OnPreExecuteEvent is raised just before the execution of the parent task is started.
OnPreValidateEvent is raised just before the validation of the parent task is started.
OnProgressEvent is raised when any progress is posted to the output log.
OnQueryCancelEvent is raised when a query is canceled.
OnTaskFailedEvent is raised when the parent task fails.
OnVariableValueChangedEvent is raised on changes to any variable that is configured to raise an event on changes.
OnWarningEvent is raised when a warning is encountered.