schedule-function-relativeScheduled and Periodic Functionsscheduled-function-invocation-timescheduled-function-contextGoTo Top

scheduled-function-context   scheduled-function => object[Function]

Purpose
Return the context object of a scheduled function.

Package   :portable-threads

Module   :portable-threads

Arguments and values

scheduled-function     A scheduled function
context     An object

Returns
The context object of scheduled-function.

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

Example
Return the context object of scheduled function scheduled-function:

  > (scheduled-function-context scheduled-function)
  "Bob"
  >


The GBBopen Project


schedule-function-relativeScheduled and Periodic Functionsscheduled-function-invocation-timescheduled-function-contextGoTo Top