Class ConvertExternalPackageEventArgs
Encapsulates the data published by Package
Inherited Members
Namespace: Sdl.TranslationStudioAutomation .IntegrationApi .Packaging
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class ConvertExternalPackageEventArgs : CancelEventArgs
Constructors
ConvertExternalPackageEventArgs(int, string)
Instantiates a new object using the provided import statistics.
Declaration
public ConvertExternalPackageEventArgs(int progress, string statusMessage)
Parameters
Properties
Progress
The progress of the package conversion.
Declaration
public int Progress { get; }
Property Value
Type | Description |
---|---|
int |
StatusMessage
Optional message describinh the current status.
Declaration
public string StatusMessage { get; }
Property Value
Type | Description |
---|---|
string |