Interface TaskFunctionOperationResult

Task function operation result.

interface TaskFunctionOperationResult {
    error?: Error;
    status: boolean;
}

Properties

Properties

error?: Error
status: boolean