SLPipeResult

abstract class SLPipeResult(success: Boolean, resultId: String)

Base class for all types of results returned from a SLPipe implementation.

Parameters

success

indicates if the pipe process completed as intended.

resultId

unique identified for this specific type of result

See also

Inheritors

Constructors

Link copied to clipboard
constructor(success: Boolean, resultId: String)