pub unsafe extern "C" fn bossSetupContextDefault(
    ctx: *mut bossContext,
    seconds_interval: u32_,
    url: *const c_char
)
Expand description

Setup a BOSS context with the default config.

§Arguments

  • bossContext - BOSS context.
  • seconds_interval - Interval in seconds for running the task automatically.
  • url - Task URL.