SharedControl.delayInvoke

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void delayInvoke(void function(Control, ARGS) fn, ARGS args)
  2. void delayInvoke(void function(Control, ARGS) fn, ARGS args)
    class SharedControl
    void
    delayInvoke
    (
    ARGS...
    )
    (
    void function
    (,
    ARGS
    )
    fn
    ,
    ARGS args
    )
    if (
    !ARGS.length
    )

Meta