astOK

Test whether AST functions have been successful

Description:

This macro returns a boolean value (0 or 1) to indicate if preceding AST functions have completed successfully (i.e. without setting the AST error status). If the error status is set to an error value, a value of zero is returned, otherwise the result is one.

Synopsis

int astOK

Returned Value

astOK
One if the AST error status is OK, otherwise zero.

Notes: