wrench::StandardJobCompletedEvent Class Reference

A "standard job has completed" WorkflowExecutionEvent. More...

#include <WorkflowExecutionEvent.h>

Inheritance diagram for wrench::StandardJobCompletedEvent:
wrench::WorkflowExecutionEvent

Public Attributes

ComputeServicecompute_service
 The compute service on which the standard job has completed.
 
StandardJobstandard_job
 The standard job that has completed.
 
- Public Attributes inherited from wrench::WorkflowExecutionEvent
WorkflowExecutionEvent::EventType type
 The event type.
 

Additional Inherited Members

- Public Types inherited from wrench::WorkflowExecutionEvent
enum  EventType {
  UNDEFINED, STANDARD_JOB_COMPLETION, STANDARD_JOB_FAILURE, PILOT_JOB_START,
  PILOT_JOB_EXPIRATION, FILE_COPY_COMPLETION, FILE_COPY_FAILURE
}
 Workflow execution event types. More...
 
- Static Public Member Functions inherited from wrench::WorkflowExecutionEvent
static std::unique_ptr< WorkflowExecutionEventwaitForNextExecutionEvent (std::string)
 Block the calling process until a WorkflowExecutionEvent is generated based on messages received on a mailbox. More...
 
- Protected Member Functions inherited from wrench::WorkflowExecutionEvent
 WorkflowExecutionEvent (EventType type)
 Constructor. More...
 

Detailed Description

A "standard job has completed" WorkflowExecutionEvent.


The documentation for this class was generated from the following file:
  • /Users/rafsilva/Documents/isi/workspace/wrench/wrench/include/wrench/workflow/execution_events/WorkflowExecutionEvent.h