ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.gravity.service.progress 

IProgressOperation  - AS3 ADEP Client Component

Packagecom.adobe.gravity.service.progress
Interfacepublic interface IProgressOperation

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

Represents an in-progress operation for the purposes of status reporting.



Public Properties
 PropertyDefined By
  name : String
[read-only] The name of the operation, as specified to the startOperation method of the IProgressService service.
IProgressOperation
Property Detail

name

property
name:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The name of the operation, as specified to the startOperation method of the IProgressService service.



Implementation
    public function get name():String