Class TaskMessageEventArgs
An event args class for callbacks when a message is generated during the execution of an automatic task.
Inherited Members
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class TaskMessageEventArgs : MessageEventArgs
Constructors
TaskMessageEventArgs()
Declaration
public TaskMessageEventArgs()
Properties
TaskTemplateIds
Gets the task template IDs to which the event applies. Usually, this contains exactly one task template id, which is the task template id of the currently executing task. The only case when this returns multiple task template IDs is when multiple content processing automatic tasks are being run in parallel.
Declaration
public string[] TaskTemplateIds { get; }
Property Value
Type | Description |
---|---|
System.String[] |
See Also
RunAutomaticTask(System.Guid[], System.String, System.EventHandler<TaskStatusEventArgs>, System.EventHandler<TaskMessageEventArgs>)