%actionIsRunning()

Aliases%actionIsRunning( )
Parameters-

    This allows a script to dermine if its owner already has a running action.
This is useful to prevent issuing another action command that will abort a
running command.

Example:

if( %actionIsRunning() )
{
return
}
endif