IShutdownViewReportProgress Method |
Non-blocking method to display text to the user indicating the stage of shutdown that the program's reached.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ReportProgress(
string text
)
Sub ReportProgress (
text As String
)
void ReportProgress(
String^ text
)
abstract ReportProgress :
text : string -> unit
Parameters
- text
- Type: SystemString
See Also