Parameters
- resourceOrResourceWithConfig: IResourceWithConfig<C, V, any, any, any, TagType[], IResourceMiddleware<any, void, void, any>[]> | IResource<void, V, any, any, any, TagType[], ResourceMiddlewareAttachmentType[]> | IResource<{}, V, any, any, any, TagType[], ResourceMiddlewareAttachmentType[]>
Optional
options: RunOptions
Returns Promise<RunResult<V extends Promise<infer U>
? U
: V>>
A promise that resolves to the result of the run.
This is the central function that kicks off you runner. You can run as many resources as you want in a single process, they will run in complete isolation.