You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a task emits an "eval" event, the second parameter in the callback in an instance of a TaskResponse object. It holds information about the task's evaluation.
getEvaluation()(String) - The last evaluated expression from the task's code.
getGlobals()(JSON Object) - The global object after the task was evaluated.
getTaskId()(String) - The task's UUID
isError()(Boolean) - The task threw an error during evaluation. The exact error can be found in getEvaluation().