queue
Short summary
This method adds a given dialog to the dialog queue.
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| dialog | CNM_MessageInterfaces.IDialog | - | input |
Code
Declaration
METHOD queue
VAR_INPUT
dialog :CNM_MessageInterfaces.IDialog;
END_VAR