Class MessageEventArgs
Cancelable event args class for callbacks when messages are reported during autoamtic task execution (see RunAutomaticTask(Guid[], string)) or package-related operations (see CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) and ImportReturnPackage(string)).
Inherited Members
Namespace: SdlSdl.ProjectAutomationCore
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class MessageEventArgs : CancelEventArgs
Constructors
MessageEventArgs()
Declaration
public MessageEventArgs()
Properties
Message
Gets the message.
Declaration
public ExecutionMessage Message { get; }
Property Value
Type | Description |
---|---|
ExecutionMessage |