Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Properties | Events | List of all members
SolidFramework.Plumbing.ProgressTicker Class Reference

Represents Progress ticker More...

Public Member Functions

 ProgressTicker ()
 Initializes a new instance of the ProgressTicker class.
 
void RawTick (long current, Boolean exiting)
 Raws the tick. More...
 
void StartEpisode (String episodeName)
 Starts the episode. More...
 
void EndEpisode ()
 Ends the episode.
 
void StartSeason (String seasonName)
 Starts the season. More...
 
void EndSeason ()
 Ends the season.
 

Properties

int TotalEpisodes [getset]
 Gets or sets the total episodes. More...
 
int TicksPerEpisode [getset]
 Gets or sets the ticks per episode. More...
 
long RawLength [getset]
 Gets or sets the length of the raw. More...
 

Events

ProgressTickerEventDelegate ProgressEvent
 Occurs when [progress event].
 

Detailed Description

Represents Progress ticker

Member Function Documentation

◆ RawTick()

void SolidFramework.Plumbing.ProgressTicker.RawTick ( long  current,
Boolean  exiting 
)

Raws the tick.

Parameters
currentThe current.
exitingif set to true [exiting].

◆ StartEpisode()

void SolidFramework.Plumbing.ProgressTicker.StartEpisode ( String  episodeName)

Starts the episode.

Parameters
episodeNameName of the episode.

◆ StartSeason()

void SolidFramework.Plumbing.ProgressTicker.StartSeason ( String  seasonName)

Starts the season.

Parameters
seasonNameName of the season.

Property Documentation

◆ RawLength

long SolidFramework.Plumbing.ProgressTicker.RawLength
getset

Gets or sets the length of the raw.

The length of the raw.

◆ TicksPerEpisode

int SolidFramework.Plumbing.ProgressTicker.TicksPerEpisode
getset

Gets or sets the ticks per episode.

The ticks per episode.

◆ TotalEpisodes

int SolidFramework.Plumbing.ProgressTicker.TotalEpisodes
getset

Gets or sets the total episodes.

The total episodes.