Daylight v4.9
Release Date: 1 February 2008

Name

dt_done_when - estimate completion time for a task

Generic Prototype

dt_done_when(dt_Handle) => dt_Integer

C Prototype

#include "dt_thor.h"

dt_Integer dt_done_when(dt_Handle server)

FORTRAN Prototype

include 'dt_f_thor.inc'

integer*4 dt_f_done_when(server)

integer*4 server

Description

Indicates the final progress for dt_continue(3); that is the value that will mean that the task is complete.

Return Value

Returns the final progress for a task. For all other objects, this property is defined as 0.

Related Topics

dt_abort(3) dt_continue(3)
dt_mer_numsearch(3) dt_mer_similarselect(3) dt_mer_sort(3) dt_mer_strsearch(3) dt_mer_subselect(3) dt_mer_subselect2name(3) dt_mer_superselect(3)