From GridLAB-D Wiki
Jump to: navigation, search

#start - Execute a command asynchronously in an operating system shell

Synopsis

#start command

Remarks

The shell executes command in a new thread returns immediately.

Caveat

Shell commands are almost by definition not portable. Users seeking portable models should avoid using start in a GLM files.

Version

The start macro was introduced in Hassayampa (Version 3.0).

See also