ICommandExecuter.Quit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stops executing the batch, and then exits.
public:
ManagedBatchParser::ParserAction Quit();
public ManagedBatchParser.ParserAction Quit ();
abstract member Quit : unit -> ManagedBatchParser.ParserAction
Public Function Quit () As ParserAction
Returns
The parser action, either Abort or Continue.