StandardJobCompletedEvent Class Reference

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

#include <WorkflowExecutionEvent.h>

Inheritance diagram for StandardJobCompletedEvent:

Public Member Functions

std::string toString () override
 Get a textual description of the event. More...
 

Public Attributes

std::shared_ptr< ComputeService > compute_service
 The compute service on which the standard job has completed.
 
StandardJob * standard_job
 The standard job that has completed.
 

Detailed Description

A "standard job has completed" WorkflowExecutionEvent.

Copyright (c) 2017. The WRENCH Team.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Member Function Documentation

◆ toString()

std::string StandardJobCompletedEvent::toString ( )
inlineoverride

Get a textual description of the event.

Returns
a text string

The documentation for this class was generated from the following file: