Skip to content

Interface: Result

activity/results.Result

Table of contents

Properties

Properties

index

index: number

Index of script command

Defined in

yajsapi/activity/results.ts:6


eventDate

eventDate: string

The datetime of the event on which the result was received

Defined in

yajsapi/activity/results.ts:8


result

Optional result: "Ok" | "Error"

If is success

Defined in

yajsapi/activity/results.ts:10


stdout

Optional stdout: string

stdout of script command

Defined in

yajsapi/activity/results.ts:12


stderr

Optional stderr: string

stderr of script command

Defined in

yajsapi/activity/results.ts:14


message

Optional message: string

an error message if the result is not successful

Defined in

yajsapi/activity/results.ts:16


isBatchFinished

Optional isBatchFinished: boolean

Is batch of already finished

Defined in

yajsapi/activity/results.ts:18