Click or drag to resize

ConsoleUserInterfaceInteractionProviderSetStatus Method

Set the application status bar to to the specified value

Namespace: SanteDB.Client.UserInterface.Impl
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void SetStatus(
	string taskIdentifier,
	string statusText,
	float progressIndicator
)

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

Implements

IUserInterfaceInteractionProviderSetStatus(String, String, Single)
See Also