process abstract method

Result<Null, String> process()

called for when this job stack has determined this job is suitable to be ran

returns a result which represents the job status

Implementation

Result<Null, String> process();