iRIC_Check_Cancel

Checks whether user canceled solver execution.

Format (FORTRAN)

call iRIC_Check_Cancel(canceled)

Format (C/C++)

canceled = iRIC_Check_Cancel()

Format (Python)

canceled = iRIC_Check_Cancel()

Arguments and returned value

canceled

Table 1776 Description of canceled

Item

Value

Name

canceled

Input/Output

Output

Description

If canceled 1 is returned, if not, 0 is returned.

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

int