expect_computed

Computed node assertion

Passes if the node is computed and has a finished value.

Parameters

Returns

Expect_pass if computed; Expect_stop otherwise.

Examples

assert(expect_computed(res.heavy_job))