Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Properties | List of all members
Org.Apache.REEF.Driver.IJobCancelled Interface Reference

IJobCancelled event is raised when cancellation signal is detected. More...

Inherited by Org.Apache.REEF.IMRU.OnREEF.Driver.JobCancelled.

Properties

DateTime Timestamp [get]
 Timestamp indicates when cancellation event was generated More...
 
string Message [get]
 Message can be used to provide cancellation details (cancellation reason, error details etc). More...
 

Detailed Description

IJobCancelled event is raised when cancellation signal is detected.

Property Documentation

◆ Message

string Org.Apache.REEF.Driver.IJobCancelled.Message
get

Message can be used to provide cancellation details (cancellation reason, error details etc).

◆ Timestamp

DateTime Org.Apache.REEF.Driver.IJobCancelled.Timestamp
get

Timestamp indicates when cancellation event was generated


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