Viewer
    Preparing search index...

    Enumeration EVENTTYPE_TASK

    Event types for all task events The task events are used to notify about task changes, like start, process, end or cancel of a task. The events that are sent with the task events are of type ITaskEvent. The EventResponseMapping can used to map the event type to the corresponding event interface.

    Index

    Enumeration Members

    TASK_CANCEL: "task.cancel"

    The TASK_CANCEL-event is sent when a task has been canceled.

    TASK_END: "task.end"

    The TASK_END-event is sent when a task has ended.

    TASK_PROCESS: "task.process"

    The TASK_PROCESS-event is sent when the process of a task has been updated.

    TASK_START: "task.start"

    The TASK_START-event is sent when a task has started.