Macaulay2 » Documentation
Packages » Macaulay2Doc :: status(ProgramRun)
next | previous | forward | backward | up | index | toc

status(ProgramRun) -- get the return status of a program run

Synopsis

Description

Get the return status of a program run. Usually, 0 means that it was successful.

i1 : normaliz = findProgram "normaliz"

o1 = normaliz

o1 : Program
i2 : status runProgram(normaliz, "--version")

o2 = 0

See also

Ways to use this method: