AdobeBridgeCS5SDK

Class SnpScheduleTask

Object
   |
   +--SnpScheduleTask

class SnpScheduleTask


Shows how to schedule a task in Bridge.

Usage

  1. Run the snippet in the ExtendScript Toolkit (see Readme.txt)with Bridge CS5 as the target.
  2. First, the browser window will be maximized when a scheduled task executes once.
  3. Keep watching the Content pane of Bridge, you should see all thumbnails will be selected and be deselected each time the schedule task is given a chance to execute,until another scheduled task executes once and cancels the original task.

Description

Schedules a task using app.scheduleTask(), which is repeated at regular intervals for a short time, then cancelled.
Defined in SnpScheduleTask.jsx


Field Summary
 String requiredContext
          The context in which this snippet can run.
 
Constructor Summary
SnpScheduleTask()
           
 
Method Summary
 Boolean canRun()
           Determines whether snippet can be run given current context.
 Boolean run()
           Functional part of this snippet.

Field Detail

requiredContext

String requiredContext

Constructor Detail

SnpScheduleTask

SnpScheduleTask()

Method Detail

canRun

Boolean canRun()

run

Boolean run()

AdobeBridgeCS5SDK

http://www.adobe.com/devnet/bridge
Documentation generated by JSDoc on Tue Apr 27 10:21:34 2010