Skip to main content

JobScheduler

The JobScheduler extension is an AIR Native Extension that allows you to schedule particular tasks.

This extension was developed for usage in resolution of the Adobe AIR Android ANR issue, as discussed:

Features

  • Schedule application termination;
  • Cancel application termination;

Documentation

Latest documentation can be found in the documentation site along with the asdocs.

Quick Example:

JobScheduler.instance.scheduleTermination( 2000 );