Skip to main content

Name

ec_is_shutting_down — Is the ecelerity process shutting down?

Synopsis

#include "control.h"

| int **ec_is_shutting_down** ( | ); |   |

void;

Description

A boolean function reporting whether or not ecelerity is shutting down.

Parameters

NONE

Return Values

This function returns 0 (false) or 1 (true).

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?