#define ClassDefOverride(name, id)
 
virtual TGridJobStatus * GetJobStatus() const =0
 
virtual TString GetJobID()
 
virtual Bool_t Cancel()=0
 
virtual Int_t GetOutputSandbox(const char *localpath, Option_t *opt=nullptr)
Must be implemented by actual GRID job implementation.
 
virtual Bool_t Resubmit()=0
 
Mother of all ROOT objects.