fclDbgWait Interface

interface
public module subroutine fclDbgWait(event, descrip)

Arguments

Type IntentOptional Attributes Name
type(fclEvent), intent(in), target :: event

Event object to check

character(len=*), intent(in), optional :: descrip

Description for debugging

Description

Wait for an event to complete and check for successful completion. Throw runtime error if status is not CL_COMPLETE.