Main Content

restartable

Class: matlab.net.http.io.GenericProvider
Namespace: matlab.net.http.io

Indicate whether GenericProvider is restartable

Syntax

TF = restartable(provider)

Description

TF = restartable(provider) returns true if the GetDataFcn argument specified to the GenericProvider constructor takes more than one input argument. Otherwise, the method returns false.This method is an overridden method of restartable.

Input Arguments

expand all

Content provider, specified as a matlab.net.http.io.GenericProvider object.

Attributes

Accessprotected

Version History

Introduced in R2018a