failed?

check if given task ended in failure


Parameters

failed? task :task

Returns

  • :logical

Examples

copy
; t: do.async [1 / 0] ; wait t ; failed? t ; => true

Related