succeeded

The execution completed successfully.

Structure

Types: gmeow:ExecutionStatus

Practical Pattern

Use gmeow:executionStatusSucceeded as a controlled value typed as gmeow:ExecutionStatus.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Data Pipeline

# --- One concrete run of the procedure, succeeded.
ex:run a gmeow:Execution ;
    gmeow:executesProcedure   ex:pipeline ;
    gmeow:executionStatus     gmeow:executionStatusSucceeded ;
    gmeow:executionParticipant ex:scheduler .

Common Companion Terms

gmeow:ExecutionStatus