Command:/netend
This command is added by MQ2DotNet
Notation | Description |
---|---|
Text without brackets or braces | Required items |
<Text inside angle brackets> | Placeholder for which you must supply a value |
[Text inside square brackets] | Optional items |
Vertical bar (|) | Separator for mutually exclusive items; choose one |
{Text | inside | braces} | Set of required items; choose one |
Ellipsis (…) | Items that can be repeated |
Syntax | /netend <program name> | * |
---|---|
Description | Stops programs started using the /netrun command. |
Options
Examples
To stop a specific program, for instance MyProgram, use the following;
/netend myprogram
To stop ALL programs, started using the /netrun command, use the following;
/netend *