IsComplete

This method checks whether the protection task has completed.

Synopsis

boolean isComplete( )

Returns true if the task has completed, false if not.

Faults

  • RuntimeFault

Example for IsComplete

isDone = _service.IsComplete(_svcRef);