McApplicationSetBusyState Method
|
|
Instantiates a new McBusyState object used to track progress of long operations.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Function SetBusyState (
Optional Cursor As mcApplicationCursor = mcApplicationCursor.mcacWait,
Optional ShowProgressMeter As Boolean = false,
Optional CursorFile As String = ""
) As McBusyState
Parameters
- Cursor (Optional)
- Type: mcApplicationCursor
- ShowProgressMeter (Optional)
- Type: SystemBoolean
- CursorFile (Optional)
- Type: SystemString
Return Value
Type:
McBusyStateImplements
IMcApplication.SetBusyState(mcApplicationCursor, Boolean, String)IMcApplication2.SetBusyState(mcApplicationCursor, Boolean, String)
Remarks
See Also