| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | daemonif set to true treats asynchronous task as a daemon task, allowing the
 parent asynchronous scope to close if all non-daemon child tasks
 completes. | 
public abstract boolean daemon
false which means use the value of the
 parent task. See TryCatchFinally for more info on daemon
 semantic.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.