execution property
Object
get
execution
The task's execution engine
Implementation
_i2.Object get execution => _i5.getProperty(
this,
'execution',
);
set
execution
(Object value)
Implementation
set execution(_i2.Object value) {
_i5.setProperty(
this,
'execution',
value,
);
}