Data
Parameters
The type of task that is being performed / has been initiated, for which this InstallationStatus is emitted.
The step within the given task this InstallationStatus is about. Must be one of the constants defined in InstallStep:
The state this step has been completed with / is currently in (one of InstallationState.Failed, InstallationState.InProgress or InstallationState.Success)
the progress [0, 100]
of the current installation step. Will in practice only contain a value if state is InstallationState.InProgress.
A message this InstallationStatus might contain, is required if state indicated an error (InstallationState.Failed).
Constructors
Types
The states any step may be in
The task this InstallationStatus is about.
Defines the steps that may be set in InstallationStatus.Data.step