scheduled-function-contextScheduled and Periodic Functionsscheduled-function-markerscheduled-function-invocation-timeGoTo Top

scheduled-function-invocation-time   scheduled-function => invocation-time[Function]

Purpose
Return the invocation time of a scheduled function.

Package   :portable-threads

Module   :portable-threads

Arguments and values

scheduled-function     A scheduled function
invocation-time     A Universal Time

Returns
The invocation time of scheduled-function.

See also
    all-scheduled-functions
    make-scheduled-function
    schedule-function
    schedule-function-relative
    scheduled-function-context
    scheduled-function-marker
    scheduled-function-marker-test
    scheduled-function-name
    scheduled-function-name-test
    scheduled-function-repeat-interval

Example
Return the invocation-time of scheduled function scheduled-function:

  > (scheduled-function-invocation-time scheduled-function)
  3465679813
  >


The GBBopen Project


scheduled-function-contextScheduled and Periodic Functionsscheduled-function-markerscheduled-function-invocation-timeGoTo Top