 | IUserInterfaceInteractionProviderSetStatus Method |
Set the application status bar to to the specified value
Namespace: SanteDB.Client.UserInterfaceAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxvoid SetStatus(
string taskIdentifier,
string statusText,
float progressIndicator
)
Sub SetStatus (
taskIdentifier As String,
statusText As String,
progressIndicator As Single
)
void SetStatus(
String^ taskIdentifier,
String^ statusText,
float progressIndicator
)
abstract SetStatus :
taskIdentifier : string *
statusText : string *
progressIndicator : float32 -> unit Parameters
- taskIdentifier String
- Since there can be multiple tasks ocurring - this is the task identifier
- statusText String
- The text to display on the status bar
- progressIndicator Single
- The progress indicator
See Also