property RunningScriptInNewContextOptions.microtaskMode
Usage in Deno
```typescript import { type RunningScriptInNewContextOptions } from "node:node__vm.d.ts"; ```If set to `afterEvaluate`, microtasks will be run immediately after the script has run.
CreateContextOptions["microtaskMode"]