"trendStopped"
Checks if the trend is running.
Synopsis
getValue(string shape, "trendStopped", bool stopped);
shape.trendStopped(bool stopped);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
stopped |
TRUE = Trend has been stopped. FALSE = Trend is running. |
Description
Checks if the trend is running
Example
main()
{
shape tr = getShape("trend1");
getValue(tr, "trendStopped", TRUE);// state of the recording
}
Assignment
Trend