alarm_(time, func)

Purpose

The alarm_ function sends an alarm signal at the specified time to invoke the specified function.

Class

Function

Argument type and attributes

time
INTEGER(4), INTENT(IN)
func
A function that returns a result of type INTEGER(4).

Result type and attributes

INTEGER(4)

Result value

The returned value is the remaining time from the last alarm.