Go to the first, previous, next, last section, table of contents.


getRestart

Function: getRestart { id -> id data rFn iFn tFn fn name }
file: job.t
package: muf
status: alpha

This function returns the contents of the given restart. The argument should have been obtained from getNthRestart, either directly or indirectly.

The return values are the same as with getNthRestart.

See section getNthRestart.

Example:

Stack:
       [ :function :: ; :name 'x | ]withRestartDo{
-----> 0 getNthRestart pop pop pop pop pop getRestart }
Stack: 16 nil nil nil nil #<c-fn _> 'x


Go to the first, previous, next, last section, table of contents.