StatusChangedEventArgs Structure
Provides data for the Runtime.StatusChanged event.
Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Thread safety: Members defined in this class are thread-safe.
Syntax
public class StatusChangedEventArgs : EventArgs
Platforms
Windows, Linux, Android
StatusChangedEventArgs Members
The StatusChangedEventArgs type has the following members.
Constructors
Properties
Name | Description |
---|
Name | Description |
---|---|
Id | Gets the identity of the job the data relates to. |
IsLast | Gets a value that tells whether this is the last event for the job identified by Id. |
IsPercentCompleteValid | Gets a value that tells whether PercentComplete is valid. |
Message | Gets a message associated with the event. |
PercentComplete | Gets a value that tells how much of the job identified by Id is complete. |
Methods
Name | Description |
---|