cellcontrol/1—perform a cell control command

The cellcontrol/1  function  perform a cell control  command. The syntax for this function is as follows:

cellcontrol($COMMAND)

cellcontrol/1 arguments

Argument

Mode

Type

Description

$COMMAND

Input

STRING

Control command to be performed

Use the cellcontrol/1 function to perform the control command specified in $COMMAND.

The following commands are defined:

Command

Description

stop

Terminate the cell normally.

shutdown

Terminate the cell as quickly as possible.

standby

Switch operation mode to standby.

pause

Switch operation mode to pause (no longer accepting new events).

start

Switch operation mode back to normal.

reload

Reload the cell configuration.

statbld

Initiate a state build immediately.

cellcontrol/1 example

cellcontrol(pause);
Was this page helpful? Yes No Submitting... Thank you

Comments