Quit-Process
Command Description
Quit process
Command Prototype
Exit()
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
None | None | None | None | None |
TracePrint("------------------------------------Exit the process--------- ----------------------------------")
//[Note] Exit the process.
//-------------------------------------------------------------------------------
TracePrint("Let a be UiBot, conditional branch, exit the process if a=UiBot")
a = "UiBot"
If a = "UiBot"
exit()
End If