ec_is_shutting_down
Last updated March 2020
Name
ec_is_shutting_down — Is the ecelerity process shutting down?
Synopsis
#include "control.h"
| int **ec_is_shutting_down** (
| )
; | |
Description
A boolean function reporting whether or not ecelerity is shutting down.
NONE
This function returns 0 (false) or 1 (true).
It is legal to call this function in any thread.
See Also
Was this page helpful?