Home / api / name / gb_timer 
GB_TIMER
Syntax
typedef
  struct {
    GB_BASE object;
    long delay;
    long id;
    }
  GB_TIMER;

This structure represents a Gambas Timer object.


See also
Timer Management