Makes sure the object is not busy; throws exception if it is.
If the argument is true, sets the busy state to true.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
| C# |
|---|
public void CheckNotBusy( bool turnOn ) |
| Visual Basic (Declaration) |
|---|
Public Sub CheckNotBusy ( _ turnOn As Boolean _ ) |
Parameters
- turnOn
- Type: System..::.Boolean