37 public string?
Stage {
get;
set; }
Represents a long running job on the server. Model is read-only, updates attempt to cancel the job.
int? Progress
Optional progress between 0 and 100 inclusive.
UserName? StartedBy
The UserResponse that started the job.
long? InstanceId
The EntityId.Id of the Instance.
string? Stage
Optional description of the job's current progress.
UserName? CancelledBy
The UserResponse that cancelled the job.
Base class for user names.