|
System.Synchronization.Waitable object
Prototype for System.Synchronization.Waitable objects SyntaxThis object cannot be created, only derived object can (such as System.Process object through the System.Process.launch function). Parametersnone. Property Ofnone. Implemented InECMerge 2.1.76 DescriptionPrototype for all the object which can be waited on. Properties
MethodsSee Also
Method cancelSyntaxfunction cancel ( ) Parametersnone. Method OfSystem.Synchronization.Waitable object. Implemented InECMerge 2.1.76 DescriptionCancels a running process and has no effect if the process already ended. ExamplesExample 1.var process = System.Process.launch ("lengthy-command",
{ asynchronous: true } ); See Also
|
|||||