Class PackageStatusEventArgs
Event args class for progress information callbacks while package-related operations are executing. See CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>) and ImportReturnPackage(String, EventHandler<ProgressEventArgs>, EventHandler<MessageEventArgs>).
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class PackageStatusEventArgs : ProgressEventArgs
Constructors
PackageStatusEventArgs()
Declaration
public PackageStatusEventArgs()
Properties
Status
Gets the current status of the package operation.
Declaration
public PackageStatus Status { get; }
Property Value
Type | Description |
---|---|
PackageStatus |