@uploadcare/rest-client
Preparing search index...
addonJobPoller
Function addonJobPoller
addonJobPoller
<
T
extends
ValueOf
<
typeof
AddonName
>
>
(
options
:
ExecuteAddonOptions
<
T
>
&
CreateJobPollerPollOptions
&
AddonJobPollerOptions
,
settings
:
UserSettings
,
)
:
Promise
<
|
{
error
:
true
;
result
:
null
}
|
{
error
:
false
;
result
:
NonNullable
<
AppData
[
T
]
>
}
,
>
Type Parameters
T
extends
ValueOf
<
typeof
AddonName
>
Parameters
options
:
ExecuteAddonOptions
<
T
>
&
CreateJobPollerPollOptions
&
AddonJobPollerOptions
settings
:
UserSettings
Returns
Promise
<
|
{
error
:
true
;
result
:
null
}
|
{
error
:
false
;
result
:
NonNullable
<
AppData
[
T
]
>
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@uploadcare/rest-client
Loading...