4242
4343\+ ** new DoSync** (` workload ` : [ SyncWorkload] ( ../README.md#syncworkload ) ‹TReturnVal›): * [ DoSync] ( dosync.md ) *
4444
45- * Defined in [ src/utilities/do-try.ts:120 ] ( https://github.com/ AndcultureCode/AndcultureCode .JavaScript.Core/blob/ca11227/ src/utilities/do-try.ts#L120 ) *
45+ Defined in clients/andculture/kevinbusch- AndcultureCode.JavaScript.Core/src/utilities/do-try.ts:120
4646
4747** Parameters:**
4848
@@ -58,31 +58,31 @@ Name | Type |
5858
5959• ** catchHandler** ? : * undefined | function*
6060
61- * Defined in [ src/utilities/do-try.ts:115 ] ( https://github.com/ AndcultureCode/AndcultureCode .JavaScript.Core/blob/ca11227/ src/utilities/do-try.ts#L115 ) *
61+ Defined in clients/andculture/kevinbusch- AndcultureCode.JavaScript.Core/src/utilities/do-try.ts:115
6262
6363___
6464
6565### ` Private ` ` Optional ` finallyHandler
6666
6767• ** finallyHandler** ? : * [ FinallyHandler] ( ../README.md#finallyhandler ) *
6868
69- * Defined in [ src/utilities/do-try.ts:116 ] ( https://github.com/ AndcultureCode/AndcultureCode .JavaScript.Core/blob/ca11227/ src/utilities/do-try.ts#L116 ) *
69+ Defined in clients/andculture/kevinbusch- AndcultureCode.JavaScript.Core/src/utilities/do-try.ts:116
7070
7171___
7272
7373### ` Private ` ` Readonly ` workload
7474
7575• ** workload** : * [ SyncWorkload] ( ../README.md#syncworkload ) ‹TReturnVal›*
7676
77- * Defined in [ src/utilities/do-try.ts:114 ] ( https://github.com/ AndcultureCode/AndcultureCode .JavaScript.Core/blob/ca11227/ src/utilities/do-try.ts#L114 ) *
77+ Defined in clients/andculture/kevinbusch- AndcultureCode.JavaScript.Core/src/utilities/do-try.ts:114
7878
7979## Methods
8080
8181### catch
8282
8383▸ ** catch** (` errorHandler ` : [ CatchResultHandler] ( ../README.md#catchresulthandler ) ‹TResourceType›): * [ DoSync] ( dosync.md ) ‹TResourceType, TReturnVal›*
8484
85- * Defined in [ src/utilities/do-try.ts:134 ] ( https://github.com/ AndcultureCode/AndcultureCode .JavaScript.Core/blob/ca11227/ src/utilities/do-try.ts#L134 ) *
85+ Defined in clients/andculture/kevinbusch- AndcultureCode.JavaScript.Core/src/utilities/do-try.ts:134
8686
8787Add a catch handler to the DoSync call chain.
8888If errors are in the shape of a {ResultRecord},
104104
105105▸ ** execute** (): * TReturnVal | undefined*
106106
107- * Defined in [ src/utilities/do-try.ts:162 ] ( https://github.com/ AndcultureCode/AndcultureCode .JavaScript.Core/blob/ca11227/ src/utilities/do-try.ts#L162 ) *
107+ Defined in clients/andculture/kevinbusch- AndcultureCode.JavaScript.Core/src/utilities/do-try.ts:162
108108
109109Execute the entire DoSync call chain. For the synchronous version, i.e. DoSync,
110110you must manually call .execute() for the call chain to be executed.
119119
120120▸ ** finally** (` finallyHandler ` : [ FinallyHandler] ( ../README.md#finallyhandler ) ): * [ DoSync] ( dosync.md ) ‹TResourceType, TReturnVal›*
121121
122- * Defined in [ src/utilities/do-try.ts:185 ] ( https://github.com/ AndcultureCode/AndcultureCode .JavaScript.Core/blob/ca11227/ src/utilities/do-try.ts#L185 ) *
122+ Defined in clients/andculture/kevinbusch- AndcultureCode.JavaScript.Core/src/utilities/do-try.ts:185
123123
124124Run some handler when the function completes, whether the
125125catch() was hit or not.
140140
141141▸ ** configure** (` config ` : [ DoTryConfig] ( ../interfaces/dotryconfig.md ) ): * void*
142142
143- * Defined in [ src/utilities/do-try.ts:153 ] ( https://github.com/ AndcultureCode/AndcultureCode .JavaScript.Core/blob/ca11227/ src/utilities/do-try.ts#L153 ) *
143+ Defined in clients/andculture/kevinbusch- AndcultureCode.JavaScript.Core/src/utilities/do-try.ts:153
144144
145145Sets the global configuration for class {DySync}.
146146
158158
159159▸ ** try** <** TResourceType** , ** TReturnVal** >(` workload ` : [ SyncWorkload] ( ../README.md#syncworkload ) ‹TReturnVal›): * [ DoSync] ( dosync.md ) ‹TResourceType, TReturnVal›*
160160
161- * Defined in [ src/utilities/do-try.ts:197 ] ( https://github.com/ AndcultureCode/AndcultureCode .JavaScript.Core/blob/ca11227/ src/utilities/do-try.ts#L197 ) *
161+ Defined in clients/andculture/kevinbusch- AndcultureCode.JavaScript.Core/src/utilities/do-try.ts:197
162162
163163Static factory method for DoSync. Creates a new DoSync
164164with the given workload.
@@ -183,10 +183,10 @@ Name | Type | Description |
183183
184184### ▪ ** config** : * object*
185185
186- * Defined in [ src/utilities/do-try.ts:118 ] ( https://github.com/ AndcultureCode/AndcultureCode .JavaScript.Core/blob/ca11227/ src/utilities/do-try.ts#L118 ) *
186+ Defined in clients/andculture/kevinbusch- AndcultureCode.JavaScript.Core/src/utilities/do-try.ts:118
187187
188188### defaultErrorHandler
189189
190190• ** defaultErrorHandler** : * undefined* = undefined
191191
192- * Defined in [ src/utilities/do-try.ts:119 ] ( https://github.com/ AndcultureCode/AndcultureCode .JavaScript.Core/blob/ca11227/ src/utilities/do-try.ts#L119 ) *
192+ Defined in clients/andculture/kevinbusch- AndcultureCode.JavaScript.Core/src/utilities/do-try.ts:119
0 commit comments